Skip to content

docs(drone): fix dead pre-built RosettaDrone APK link#2546

Open
Danny024 wants to merge 1 commit into
dimensionalOS:mainfrom
Danny024:docs/drone-readme-rosettadrone-apk
Open

docs(drone): fix dead pre-built RosettaDrone APK link#2546
Danny024 wants to merge 1 commit into
dimensionalOS:mainfrom
Danny024:docs/drone-readme-rosettadrone-apk

Conversation

@Danny024

Copy link
Copy Markdown

The drone README's "Pre-built APK" step links to RosettaDrone/rosettadrone/releases, but that repo has no GitHub releases — the link 404s and there is no official pre-built APK to download there.

This updates Option 1: Pre-built APK to:

  • Note that the maintained repo publishes no pre-built APK.
  • Link the only pre-built APK that actually exists — diux-dev v0.5 (2018) — with a clear warning that it targets a legacy DJI Mobile SDK and may not register with current DJI accounts/firmware.
  • Steer readers to Option 2: Build from Source (which already points at the maintained repo) for a current build.

Docs-only; no other sections changed.

@greptile-apps

greptile-apps Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Fixes a dead link in the drone README's "Option 1: Pre-built APK" section, where the previous link to RosettaDrone/rosettadrone/releases 404s because that repo has no GitHub releases.

  • Adds a warning blockquote explaining that no official pre-built APK exists for the maintained repo, and that the only available APK is a 2018 diux-dev build targeting a legacy DJI SDK.
  • Replaces the broken link with a direct download URL for the diux-dev v0.5 APK, with an explicit "use at your own risk" caveat and a pointer to Option 2 (Build from Source) for a working current build.

Confidence Score: 5/5

Docs-only change with no code impact; safe to merge.

The change is limited to a single README file, replacing a broken link with accurate, well-caveated guidance. The direct APK download URL has already been verified as accessible. No code, configuration, or behavior is affected.

No files require special attention.

Important Files Changed

Filename Overview
dimos/robot/drone/README.md Replaces a 404 link to RosettaDrone/rosettadrone/releases with a warning blockquote and a direct link to the only known pre-built APK (diux-dev v0.5, 2018), steering users toward Option 2 for current builds.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User: Install RosettaDrone] --> B{Option?}
    B --> C[Option 1: Pre-built APK]
    B --> D[Option 2: Build from Source]
    C --> E["⚠️ Warning: No official pre-built APK\n(maintained repo has no releases)"]
    E --> F["Legacy diux-dev v0.5 APK (2018)\ngithub.com/diux-dev/rosettadrone"]
    F --> G["Use at your own risk\n(legacy DJI SDK — may not work\nwith current accounts/firmware)"]
    D --> H["Clone RosettaDrone/rosettadrone\n(maintained, current)"]
    G -.->|Recommended instead| D
    H --> I[Android Studio Build]
    G --> J[Install on Android Device]
    I --> J
    J --> K[Configure MAVLink & Video in App]
    K --> L[DimOS Drone Communication Ready]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[User: Install RosettaDrone] --> B{Option?}
    B --> C[Option 1: Pre-built APK]
    B --> D[Option 2: Build from Source]
    C --> E["⚠️ Warning: No official pre-built APK\n(maintained repo has no releases)"]
    E --> F["Legacy diux-dev v0.5 APK (2018)\ngithub.com/diux-dev/rosettadrone"]
    F --> G["Use at your own risk\n(legacy DJI SDK — may not work\nwith current accounts/firmware)"]
    D --> H["Clone RosettaDrone/rosettadrone\n(maintained, current)"]
    G -.->|Recommended instead| D
    H --> I[Android Studio Build]
    G --> J[Install on Android Device]
    I --> J
    J --> K[Configure MAVLink & Video in App]
    K --> L[DimOS Drone Communication Ready]
Loading

Reviews (2): Last reviewed commit: "docs(drone): fix dead pre-built RosettaD..." | Re-trigger Greptile

Comment thread dimos/robot/drone/README.md
The maintained RosettaDrone/rosettadrone repo has no GitHub releases, so the linked pre-built APK 404s. Point Option 1 at the only pre-built APK that exists (diux-dev v0.5, 2018) with a legacy-SDK warning, and steer users to build-from-source for a current build.
@Danny024 Danny024 force-pushed the docs/drone-readme-rosettadrone-apk branch from 4af0213 to 6b80313 Compare June 20, 2026 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant